Skip to content

Conversation

NiceGuyIT
Copy link

Replace the reference "insert into" to match the delete command.

Replace the reference "insert into" to match the delete command.
Copy link
Contributor

Awesome that you are trying to improve the documentation of a nushell command!

You should not modify the files in commands/docs or commands/categories!
We autogenerate these command pages from the help information defined by the command implementation, after each release. Thus:

  • If you already updated the command help, you are already done and can close this PR!
  • Else, please look for the command in the source tree and make your changes directly there in the impl Command and Signature.
  • If you accidentally made a change in commands/ while working on general documentation, please revert changes to commands/

Thanks for helping out!

@ysthakur
Copy link
Member

Hey, thanks for the PR, but you'll have to make the edit in the nushell/nushell repository, where the commands are defined: https://github.com/nushell/nushell/blob/4ff4e3f93de89702219d1559fd8cfa9122dd14b2/crates/nu-command/src/stor/delete.rs#L19

@ysthakur ysthakur closed this Dec 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants